home *** CD-ROM | disk | FTP | other *** search
/ Immoral Angel 1 / Immoral Angel 1.iso / pc / program / main.dxr / 00062.ls < prev    next >
Encoding:
Text File  |  1997-07-11  |  210 b   |  13 lines

  1. on mouseDown
  2.   global dialogboxopen, framenum
  3.   eracemenudownbutton()
  4.   puppetSound("CAT")
  5.   updateStage()
  6.   set framenum to the frame
  7.   if dialogboxopen then
  8.     go("neko")
  9.   else
  10.     go("neko2")
  11.   end if
  12. end
  13.